File read() MethodFile(path).read(chars) Description The File read() method reads the contents of the file from the current position on. Returns a string that contains up to the number of characters that were supposed to be read. Parameters
Returns String. |